home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / frame_322 / DoAction.as
Encoding:
Text File  |  2005-09-23  |  152 b   |  8 lines

  1. stopAllSounds();
  2. if(_root.musicoff == false)
  3. {
  4.    _root.sndgorebastard_sdmr.start(0,1000);
  5.    _root.sndgorebastard_sdmr.setVolume(50);
  6. }
  7. play();
  8.